Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial run of a py.test collector for the existing klippy .test format #503

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kageurufu
Copy link
Member

This implements a compatible collector for py.test to run test/klippy/*.test files. This is effectively identical to running them using scripts/test_klippy.py which I did not yet remove.

As well, add test/test_imports.py to get actual errors from imports

Checklist

  • pr title makes sense
  • squashed to 1 commit
  • added a test case if possible
  • if new feature, added to the readme
  • ci is happy and green

Set up enough of pyproject.toml to be valid as a project

We already effectively had a minimum python version of 3.9
(due to dependencies), this change merely denotes that.

regenerating `scripts/klippy-requirements.txt` and `scripts/requirements_dev.txt`
 can be done with
 `uv export -o scripts/klippy-requirements.txt --no-hashes` and
 `uv export -o scripts/requirements_dev.txt --no-hashes --dev-only`
@kageurufu kageurufu requested a review from a team as a code owner December 22, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant